www.gusucode.com > C++ 使用指针自然归并排序算法示例源码程序 > C++ 使用指针自然归并排序算法示例源码程序/code/自然合并point.cpp

    // 自然合并point.cpp : Defines the entry point for the console application.
// Download by http://www.NewXing.com

#include "stdafx.h"
#include "pbing.h"


int main(int argc, char* argv[])
{
	vInput();
	vPrintP();
	cout<<"\n";
	iFind();
	vSort();
	return 0;
}